• DOCUMENTATION 
  • CODE 
  • PROJECT CHAT 
  • MAILING LIST 
  • COMMERCIAL SUPPORT 
  • RESOURCES 
  • Home
  • Docs
  • Remote deploy (Edit on Github)

Akka.NET Docs

var scope = new RemoteScope(new Address("akka.tcp", "remote-system", "localhost", 8080));
var deploy = new Deploy(scope);
var remote = system.ActorOf(Props.Create(() => new SomeActor("some arg", 123))
     .WithDeploy(deploy) , "remoteactor");
 

About Akka.NET

Akka.NET is a port of the popular
Java/Scala framework Akka to .NET.

This is a community driven port and
is not affiliated with Typesafe who
makes the original Java/Scala version.

hi@rogeronazure.om

Recent Tweets

Keep Updated

Subscribe to our Newsletter